home *** CD-ROM | disk | FTP | other *** search
- TABLE OF CONTENTS
-
- Icon/--announce--
- Icon/--background--
- Icon/--history--
- Icon/MUIA_Icon_Name
- Icon/MUIA_Icon_DefaultTool
- Icon/--announce--
-
- TITLE
- Icon.mcc
-
- VERSION
- 1.1
-
- RELEASE DATE
- 04.09.1996
-
- AUTHOR
- Russell Leighton (russ@sneezy.lancaster.ca.us)
-
- DESCRIPTION
- Icon is a Custom Class of the Magic User Interface © by
- Stefan Stuntz. It's a subclass of area-class.
-
- MUI public custom class which allows use of an icon's render and select
- images for display in a gadget. Depending on the gadget's select state
- the appropriate image will be displayed.
-
- SPECIAL REQUIREMENTS
- MUI >= 3.2
-
- AVAILABILITY
- ftp://wuarchive.wustl.edu/pub/aminet/dev/mui/MCC_Icon_1_1.lha
- And all other Aminet sites.
-
- PRICE
- Free
-
- DISTRIBUTION
- You can copy and distribute this source code as long as you do not
- take more than $5 for one disk or $40 for one CD!
- Icon/--background--
-
- NAME
- Icon -- ... (V36)
-
- FUNCTION
- MUI public custom class which allows use of an icon's render and select
- images for display in a gadget. Depending on the gadget's select state
- the appropriate image will be displayed.
-
- NOTES
- None at the moment.
-
- COPYRIGHT
- This software is copyright 1996 by Russell Leighton.
- All rights reserved!
-
- DISCLAIMER
- THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
- APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
- HOLDER AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT
- WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND
- PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE
- DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR
- CORRECTION.
-
- IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
- WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY REDISTRIBUTE
- THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
- INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES
- ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING
- BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR
- LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM
- TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER
- PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
- THE AUTHOR HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT,
- UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
-
- DISTRIBUTION
- Permission for COMMERCIAL USE is only given by specific
- consent from the author.
-
- Permission is hereby granted, without written agreement and without
- license, to USE this software and its documentation for any
- NON-COMMERCIAL purpose, provided that the above copyright notice
- and paragraphs appear in all copies of this software.
-
- AUTHOR
- Russell Leighton
-
- EMail: russ@sneezy.lancaster.ca.us
- Icon/--history--
-
- NAME
- history -- Development history of the Icon MUI custom class
-
- v1.0 8/8/96 - Initial release
- v1.1 9/4/96 - Added MUIA_Version and MUIA_Revision
- Fixed docs to reflect proper acknowledgement of
- original documentation - sorry Kai :-(
-
- VERSION
- $VER: Icon 1.1 (04.09.96)
- Icon/MUIA_Icon_Name
-
- NAME
- MUIA_Icon_Name, STRPTR [I..] -- ... (V1)
-
- SYNOPSIS
- MUIA_Icon_Name, name,
-
- FUNCTION
-
- INPUTS
- name - name of the icon file without the .info extension.
-
- NOTES
- If the icon contains both a render and select image then the
- appropriate image will be displayed depending on the gadget
- select state. If the icon does not include a select image
- then the gadget select image will be the same as the render
- image.
-
- BUGS
- No known bugs.
-
- SEE ALSO
-
- Icon/MUIA_Icon_DefaultTool
-
- NAME
- MUIA_Icon_DefaultTool [..G] -- ... (V1)
-
- SYNOPSIS
- MUIA_Icon_DefaultTool,
-
- FUNCTION
-
- INPUTS
- None
-
- RESULT
- The icon default tool, if any, will be returned. The return
- value is a string pointer to the default tool name.
-
- NOTES
- None
-
- BUGS
- No known bugs.
-
- SEE ALSO
-
-